home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Copying Dialog Editor to text file.
- copy dialog.exe dialog.txt
- echo Renaming original dialog editor to DIALOG.OLD
- ren dialog.exe dialog.old
- echo Patching Dialog Editor...
- debug dialog.txt < dialog.pat
- echo Renaming text file to DIALOG.EXE
- ren dialog.txt dialog.exe
- echo Dialog Editor Patched!
-